
BEGIN ProductionRule
	Rule			Storage
	Material		BlondHairStrand
	Container		BarberPress
	Room			WigProductionRoom
	Distribution		Nearest
END

BEGIN ProductionRule
	Rule			Storage
	Material		BrownHairStrand
	Container		BarberPress
	Room			WigProductionRoom
	Distribution		Nearest
END

BEGIN ProductionRule
	Rule			Storage
	Material		RedHairStrand
	Container		BarberPress
	Room			WigProductionRoom
	Distribution		Nearest
END

BEGIN Processor
	Processor		BarberPress
	Input			BlondHairStrand
	InputCount		6
	Output			WigBox
	OperatingTime	6.0
	Properties		ShowDuringOperation
	Object			BarberPress
	Worker			Prisoner
	Qualification	HowToCut
END

BEGIN Processor
	Processor		BarberPress
	Input			BrownHairStrand
	InputCount		6
	Output			WigBox
	OperatingTime	6.0
	Properties		ShowDuringOperation
	Object			BarberPress
	Worker			Prisoner
	Qualification	HowToCut
END

BEGIN Processor
	Processor		BarberPress
	Input			RedHairStrand
	InputCount		10
	Output			RedWigBox
	OperatingTime	6.0
	Properties		ShowDuringOperation
	Object			BarberPress
	Worker			Prisoner
	Qualification	HowToCut
END

BEGIN ProductionRule
	Rule			Storage
	Material		WigBox
	Container		Table
	MinSlotId		1
	MaxSlotId		4
	Room			WigProductionRoom
	Distribution	Nearest
	Properties		HighPriority
END

BEGIN ProductionRule
	Rule			Storage
	Material		WigBox
	Room			Exports
	Distribution	Random
	Properties		HighPriority
END

BEGIN ProductionRule
	Rule			Storage
	Material		RedWigBox
	Container		Table
	MinSlotId		1
	MaxSlotId		4
	Room			WigProductionRoom
	Distribution	Nearest
END

BEGIN ProductionRule
	Rule			Storage
	Material		RedWigBox
	Room			Exports
	Distribution	Random
	Properties		HighPriority
END